Action hook 'delete_option_{$option}'
in WP Core File wp-includes/option.php at line 1233
Description
Fires after a specific option has been deleted. The dynamic portion of the hook name, `$option`, refers to the option name.
Occurrences
Filename |
Line Number |
wp-includes/option.php |
1233 |
Parameters
Type |
Name |
Description |
string |
$option |
Name of the deleted option. |
PHP Doc
/**
* Fires after a specific option has been deleted.
*
* The dynamic portion of the hook name, `$option`, refers to the option name.
*
* @since 3.0.0
*
* @param string $option Name of the deleted option.
*/